home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet bezpieczenstwa
/
mini Pentoo LiveCD 2006.1
/
mpentoo-2006.1.iso
/
livecd.squashfs
/
usr
/
bin
/
mxtar
< prev
next >
Wrap
Text File
|
2006-01-09
|
82b
|
10 lines
#!/bin/sh
taropt=$1
dosfile=$2
shift
shift
mcopy $dosfile - | tar $taropt - $@